home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_368 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  459b  |  25 lines

  1. on(release){
  2.    if(_root.phone.hitTest(_root.hero.heroint))
  3.    {
  4.       if(_root.taska eq true)
  5.       {
  6.          _root.prog_telefon2 = true;
  7.          tellTarget("_root.phone")
  8.          {
  9.             gotoAndStop(10);
  10.          }
  11.          tellTarget("_root.h")
  12.          {
  13.             gotoAndPlay(290);
  14.          }
  15.       }
  16.       else
  17.       {
  18.          tellTarget("_root.c")
  19.          {
  20.             gotoAndStop("ne");
  21.          }
  22.       }
  23.    }
  24. }
  25.